home *** CD-ROM | disk | FTP | other *** search
/ ASME's Mechanical Engine…ing Toolkit 1997 December / ASME's Mechanical Engineering Toolkit 1997 December.iso / cad_gen / tree1.cmd < prev    next >
OS/2 REXX Batch file  |  1994-09-12  |  325b  |  22 lines

  1. /* Revision 6.1.0S */
  2. quit
  3.  setup macro message_pause off ; ;
  4. quit
  5.  setup
  6.   coordsystem global
  7.   unit length in   angle deg;;
  8.  
  9. quit measure location digitize exact quit
  10. quit
  11.  add solid box 
  12. name "Solid_Box.45"
  13. points pick digitize exact
  14. 16.4 -10 -10
  15. 56.4 -10 -10
  16. 16.4 10 -10
  17. 16.4 -10 10
  18. ;;;;
  19.  
  20. ;;quit
  21.  modify csg_tree recover
  22.